FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / NullableObjectConverter<T> Class / SortProperties Method

In This Topic
    SortProperties Method (NullableObjectConverter<T>)
    In This Topic
    Syntax
    'Declaration
     
    Protected Function SortProperties( _
       ByVal props As PropertyDescriptorCollection, _
       ByVal names() As String _
    ) As PropertyDescriptorCollection
    protected PropertyDescriptorCollection SortProperties( 
       PropertyDescriptorCollection props,
       string[] names
    )

    Parameters

    props
    names
    See Also